Browse: 🏠 · Solutions · Connectors · Methods · Tables · Content · Parsers · ASIM Parsers · ASIM Products · 📊
| Attribute | Value |
|---|---|
| Connector ID | AWSELBConnector |
| Publisher | Amazon Web Services |
| Used in Solutions | AWS ELB |
| Collection Method | CCF |
| Connector Definition Files | AWSELBConnector_ConnectorDefinition.json |
| CCF Configuration | AWSELBConnector_PollingConfig.json |
| CCF Capabilities | AmazonWebServicesS3 |
The AWS Elastic Load Balancing (ELB) connector for Microsoft Sentinel allows you to ingest access logs and flow logs from AWS Application Load Balancers (ALB), Network Load Balancers (NLB), and Gateway Load Balancers (GLB) into Microsoft Sentinel. These logs provide detailed information about requests processed by your load balancers and VPC traffic flows, enabling security monitoring, threat detection, and traffic analysis.
This connector ingests data into the following tables:
| Table | Transformations | Ingestion API | Lake-Only |
|---|---|---|---|
AWSALBAccessLogs |
✓ | ✓ | ? |
AWSALBAccessLogs_CL |
? | ✓ | ? |
AWSELBFlowLogs |
✓ | ✓ | ? |
AWSELBFlowLogs_CL |
? | ✓ | ? |
AWSNLBAccessLogs |
✓ | ✓ | ? |
AWSNLBAccessLogs_CL |
? | ✓ | ? |
💡 Tip: Tables with Ingestion API support allow data ingestion via the Azure Monitor Data Collector API, which also enables custom transformations during ingestion.
Resource Provider Permissions: - Workspace (Workspace): Read and Write permissions are required.
Custom Permissions: - AWS IAM Role ARN and SQS Queue: An AWS IAM Role ARN with cross-account access and an SQS Queue URL configured for S3 event notifications are required. See AWS ELB connector documentation for setup instructions.
⚠️ Note: These instructions were automatically generated from the connector's user interface definition file using AI and may not be fully accurate. Please verify all configuration steps in the Microsoft Sentinel portal.
To configure access on AWS, use CloudFormation templates to set up the environment to send logs from ALB, NLB and GLB to your Log Analytics Workspace.
IAMRoleArn
- ALBSQSQueueURL
- NLBSQSQueueURL
- NLBFlowLogsSQSQueueURL
- GLBFlowLogsSQSQueueURL Once the CloudFormation stack is successfully deployed:
- Go to the Resources tab in the stack.
- Locate the created S3 bucket name.
- In the S3 bucket, manually create the following folders:
- ALBLogs
- NLBAccessLogs
- NLBFlowLogs
- GLBFlowLogs
After folder creation, configure your AWS services to send logs to the appropriate folders:
- ALB access logs -> ALBLogs/
- NLB access logs -> NLBAccessLogs/
- NLB flow logs -> NLBFlowLogs/
- GLB flow logs -> GLBFlowLogs/
These logs will be ingested into the corresponding tables in your Log Analytics Workspace.
AWSALBAccessLogsData AWSNLBAccessLogsData AWSELBFlowLogsData Note: In the
AWSELBFlowLogsDatatable, a column namedLogTypewill indicate whether a row is from NLB flow logs or GLB flow logs.
To enable the connector, click Add new collector, enter the required details, and click Connect. Connector Management Interface
This section is an interactive interface in the Microsoft Sentinel portal that allows you to manage your data collectors.
📊 View Existing Collectors: A management table displays all currently configured data collectors with the following information: - Role ARN - Queue URL - Stream
➕ Add New Collector: Click the "Add new collector" button to configure a new data collector (see configuration form below).
🔧 Manage Collectors: Use the actions menu to delete or modify existing collectors.
💡 Portal-Only Feature: This configuration interface is only available when viewing the connector in the Microsoft Sentinel portal. You cannot configure data collectors through this static documentation.
Add new collector
AWS S3 connector
When you click the "Add new collector" button in the portal, a configuration form will open. You'll need to provide:
Account details
💡 Portal-Only Feature: This configuration form is only available in the Microsoft Sentinel portal.
Browse: 🏠 · Solutions · Connectors · Methods · Tables · Content · Parsers · ASIM Parsers · ASIM Products · 📊